home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / boot / wbstartu.rea < prev    next >
Text File  |  1995-10-09  |  3KB  |  81 lines

  1. Short:    V2.4 Expands WBStartup capabilities.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/boot
  5.  
  6.   Program:        WBStartup+
  7.   Version:        2.4
  8.   Date:           October 4, 1995
  9.   Coded by:       John Hughes
  10.   Email:          johughes@heartland.bradley.edu
  11.   WWW:            http://rhf.bradley.edu/~jhughes/
  12.   Compiled with:  SAS/C 6.55
  13.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  14.   Distribution:   Postcardware (public domain)
  15.   Required:       AmigaDOS 2.0 or above
  16.                   The Prefs program requires AmigaDOS 3.0 or above
  17.   Included:       WBStartup+ for OS2.x and 3.x
  18.                   WBStartup+ for OS3.x
  19.                   WBStart-Handler v1.4
  20.                   Documentation in AmigaGuide format
  21.                   MagicWB icons
  22.  
  23.  
  24.  
  25.  Features:
  26.  
  27.   o  Easy to use GUI preferences program for OS3.x.
  28.   o  Lets you choose the order in which the startup programs run.
  29.   o  Lets you enable and disable the running of each program quickly.
  30.   o  Allows you to have access to Workbench while all of your
  31.      startup programs are being loaded.
  32.   o  Can be disabled at startup by holding left shift key down.
  33.   o  Progress window shows the icon of the program that is being loaded,
  34.      and a progress bar with userdefine window background.
  35.  
  36.  
  37.  
  38.   V2.4  October 4, 1995
  39.  
  40.   Was allocating one byte less than needed for groupnames when creating them from the menu.
  41.   When resizing the window, the gadgets are remade, but glist was not initialized to NULL again.
  42.   WBStartup+ now sets the stack size for each loaded program, although WBStart-Handler seems
  43.     to not always use the exacts stack size specified.
  44.   Was allocating sizeof(struct Node) instead of sizeof(struct WBStartupNode) in the OS2.x version of WBStartup+.
  45.  
  46.  
  47.  
  48.   New Features in Version 2.3:
  49.  
  50.   The WBStartup+Prefs window is now a WB AppWindow, so ou can drop icons into it
  51.     and a requester appears asking you if you want to copy or move the files to
  52.     the enabled or disabled directory.
  53.   Was allocating pathname size, and deallocating filename size.
  54.   Possible program crash removed due to another forgotten glist=NULL.
  55.   Add "..." to some menu items.
  56.  
  57.  
  58.  
  59.   New Features in Version 2.2:
  60.  
  61.   Bug Fix: WBStartup+ sometimes crashed when the PROGRESSWINDOW tooltype was diabled.
  62.  
  63.  
  64.  
  65.   New Features in Version 2.1:
  66.  
  67.   Now uses Memory Pooling instead of AllocVec().
  68.   Fixed potential bug in a list structure when alphabetizing.
  69.   Received permission to include L:WBStart-Handler in this archive.
  70.   Archive has moved to Aminet:util/boot
  71.   Removed accidental FreePool() when "Delete Group" was done, and there were no groups.
  72.   Enforcer Hit removed: forgot to initialize glist=NULL before CreateContext().
  73.   Did I release V2.0 WBStartup+Prefs with a missing tail parenthesis in two path tooltypes? Sorry.
  74.   A requester now appears when you quit without saving, and there was a group modification.
  75.   WBStartup+ now has an optional Progress Indicator when it runs, whick can have a user defined background.
  76.   Changed the name of drawer icon images, so they don't have parenthises in them, that way
  77.     they can be archived with lzx.  They are copyied by the installer script and given their
  78.     proper default names with parenthises.
  79.   Included a WBStartup+ version for OS2.x and OS3.x
  80.   Updated installer script to recognize OS2.x and OS3.x
  81.